home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / acf540r0.zip / ACMASTER.CFG < prev    next >
Text File  |  1992-01-15  |  2KB  |  53 lines

  1. ; This is the ACMaster.CFG
  2. ;
  3. ; Possible Syntax:
  4. ;
  5. ; Syntax: LISTNAME <SEC> <FLAGS>
  6. ; Syntax: LISTNAME <FLAGS>
  7. ; Syntax: LISTNAME <SEC>
  8. ;
  9. ; Makes a list according to security and flags.
  10. ;
  11. ; Flags are "ignored" (all set on) unless you
  12. ; define a flag parameter.  
  13. ;
  14. ; By placing the security levels you simulate the level of
  15. ; access that a user has.  Flags simulate a user having
  16. ; the flags defined.
  17. ;
  18. ; Note that a range of security levels would only give
  19. ; listings of areas that have that range of security (in
  20. ; other words, 10-20 would ignore areas with security level
  21. ; less than 10 and greater than 20.
  22. ;
  23. ; ;'s should not be placed on an option line...This could
  24. ; cause strange and unwanted results.
  25. ;
  26. ; ALL.TXT  - Creates a master listing of all files in all areas.
  27. ;
  28. ; TEST.LST - Creates a list of all files with all security levels
  29. ;            (0-64000) but only if they would be available to a
  30. ;            user having the flags set as defined.
  31. ;
  32. ; MINORS.TXT Creates a list of all files for areas in the range
  33. ;            of sec. level 0-10 (as if user had access 10) and
  34. ;            indicates that the "user" has no flags set for A,B,
  35. ;            C, or D.
  36. ;
  37. ; ADULTS.TXT Creates a list of all files for areas in the range
  38. ;            of sec. level 0-10 (as if user had access 10) and
  39. ;            indicates that the "user" has the A6 flag set.
  40. ;
  41. ; HIADULTS.TXT Creates a list of all files for areas in the
  42. ;            range of 10-64000 and states the "user" has the
  43. ;            A6 flag set.
  44. ;
  45. ; SYSOP.LST    Creates a list of all files in the range of
  46. ;              0-64000.  This would be the same as the ALL.TXT
  47. all.txt
  48. test.lst                  C---XX--- AXXX-----
  49. minors.txt   0-10         A--------
  50. adults.txt   0-10         A-----X-- 
  51. hiadults.txt  10-64000    A -----X-- 
  52. sysop.lst    64000
  53.